You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for who wants to contribute to this project recently.
Because this project still in alpha stage, documents are not ready, this issue only contains simple descriptions and will close after project reached beta release (documents will be ready then).
Project Concept:
Use seastar framework to manage io and tasks
seastar's share nothing design can elide thread locks and atomic operations
Avoid copy by using std::string_view and seastar::net::packet (iovec)
Create an advance web framework with modern architecture
middleware, di container, and modules
Progress (Completed Features):
Handle http 1 connection with nodejs's http_parser (support pipeline)
Middleware (HttpServerRequestHandlerBase)
DI Container (support constructor dependency injection and scoped lifetime)
This issue is for who wants to contribute to this project recently.
Because this project still in alpha stage, documents are not ready, this issue only contains simple descriptions and will close after project reached beta release (documents will be ready then).
Project Concept:
Progress (Completed Features):
Performance:
See #14
Roadmap:
0.1
(For following versions see docs/Roadmap.md)
Contribution Guide:
References:
If you want to add major features not listed here, you can comment on this issue.
The text was updated successfully, but these errors were encountered: