Skip to content

Make net-core library-able #31

Description

@nobugs-hare

The idea is to make net-core module (aimed for server-side) which can be compiled into a Conan-installable lib.

Should include:

  • moving net and core into a separate net-core folder
    • clustering and logging folders remain at top-level (they are compiled into the same lib, but may be reused for other implementation of the core)
  • separating/templatizing all the functionality for Node object creation, so from end-programmer perspective, all he needs is to:
    • specify her HerNode class
    • call nodecpp::main_net_core<HerNode>(...) from main().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions