Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative Koa-like framework. #49

Open
DylanPiercey opened this issue Aug 13, 2016 · 0 comments
Open

Alternative Koa-like framework. #49

DylanPiercey opened this issue Aug 13, 2016 · 0 comments

Comments

@DylanPiercey
Copy link

DylanPiercey commented Aug 13, 2016

@matthewwithanm @lettertwo

Two years ago I was looking heavily into isomorphic JavaScript when I stumbled upon this library. It struck me that this was a very interesting idea and decided to flush it out further with Rill.

Rill is a framework similar to Koa but works perfectly in the browser and supports all major features you would expect in a browser or a server side framework. You can checkout the list of middleware here.

Rill is built from top to bottom with isomorphic javascript in mind. In fact Rill itself runs 100% in node and the browser thanks to @rill/http which brings nodes HTTP.createServer to the browser.

Just thought you and your users might find it interesting. (I know I have chatted with @matthewwithanm before).
If you'd like to chat about it feel free to hit me up on gitter.

Feel free to close this issue 😄 and thanks for your work on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant