-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Still active? #5
Comments
I hope so. I want to use it for one of my own projects. |
I hope also. But mruby has some bugs related GC which is not enough to work correctly for mruby-uv. |
also after 3 months ? |
Really? Care to elaborate? I'm just starting to explore mruby so I don't know the state of it too well. Obviously it's still quite unstable and thus a bit of a moving target. But I'd be interested to know where it's functionally unstable. I'm hoping to use it for a cross-platform 2D game engine, along with libuv for networking and file system access. |
yep. https://github.com/mattn/mruby-http/blob/master/example/server.rb This is a http server which written in mruby-uv & mruby-http. |
so sad, why your mruby-http isn't based on top of https://github.com/joyent/http-parser ? |
AFAIK, it got fail for 3 months. |
The crashed code that i found from gdb always libuv. if anything... |
since I'm quite interested for this (for padrino-framework), could you provide a setup instructions, I compiled correctly mruby-uv but I'm unable to do the same for examples |
Ah, startup logic of mruby was changed drastically in few weeks ago. ok, I'll update example. |
Thanks man, and yep I'm also super interested in your go-stuff congrats! |
However, i didn't check this problem on non-windows box. So this may just only windows issue. |
so you have a tester ;) |
mruby was changed interfaces to |
so it's time to get into a mac :D 👯 |
did you see this: https://github.com/tokuhirom/node-mruby/blob/master/eg/socketio.rb |
sorry node -> mruby read now :( |
Hmm, http://go-gyazo.appspot.com/637cf5e4f5a9dd3f.png |
send me the instructions and I'll try on my env (osx) |
|
If you want to try mruby-http.
|
thx, I'll try |
I should clone also libuv inside the same mruby folder? |
libuv should be located at system library path. Sorry i forgot it. |
https://github.com/mattn/mruby-http/blob/master/example/server.rb#L12 try to add GC.start |
Currently, I'm reporting libuv's problem on wnidows. |
I tried |
I've added fix this issue! It seems working fine on windows for me! |
yep! me too! Great man! |
Seems very interesting, is this project still active?
The text was updated successfully, but these errors were encountered: