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
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.
The text was updated successfully, but these errors were encountered:
@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.
The text was updated successfully, but these errors were encountered: