-
Notifications
You must be signed in to change notification settings - Fork 9
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
[lev.web] LevWeb Planning #57
Comments
i've done websocket ages ago. it provides for both hixie76 and hybi10 (C helper) protocols. it is done as a stack-style middleware and should be a good point for starters. |
@dvv these are great -- I think that we can immediately fit websocket into lev. I am curious about how we can fit
|
webapp is certainly ok. of particular importance are the router and RESTish middleware. these form the basis of a framework. i also have static which served until now luvit site. |
@dvv Understood -- I will setup a server to demo lev soon. |
i see. take, that being exposed either via *sgi or connect-style, the worker of any middleware remains the same, imho. that is, if we extract these workere into a lib, we can expose them then even via both interfaces. |
Start of a rendering/template engine in 239386a |
Any update on this ticket? I found this project when searching Google for nginx and lua integration to implement a upload image server. It looks like that lev can be used to do such things without requiring powerful hardware. Is that correct? |
Stumbled across this in a similar search as pcdinh. I've been looking for an active project that might be the successor to the now-abandoned CGILua. I'm curious why you chose not to follow the usual templating syntax similar to that of PHP Are there any plans to resume this project or is it dead as well? |
We need a robust web framework for
lev
.Some of this framework is already in-place with lib/web.lua [1][2] although it would be nice to have WebSocket support, a nice template engine and some path routing code.
This Issue will track progress with regard to the LevWeb milestone.
[1] https://github.com/connectFree/lev/blob/master/lib/lev/web.lua
[2] https://github.com/connectFree/lev/blob/master/examples/lev/server-http-module.lua
The text was updated successfully, but these errors were encountered: