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

Website and compiler server in Rust #26

Open
maciejhirsz opened this issue Oct 20, 2016 · 2 comments
Open

Website and compiler server in Rust #26

maciejhirsz opened this issue Oct 20, 2016 · 2 comments

Comments

@maciejhirsz
Copy link
Member

I think one of the issues we might have right now that isn't super obvious is that it's actually hard to see anything working. Having to download, install and compile things just to play around with Ratel can be a lot to ask for, especially when our target is a JS crowd that's used to having online demos of everything.

That being said, because Ratel is insanely performant, putting it on a cheap EC2 with some very basic HTTP server to spit out compiled JS should be trivial. The server itself can be pure Rust and just pull ratel-core as a dependency. A simple S3 website with a try-it-out page that talks to the server should also be pretty easy to do.

Need to finally decide on a domain.

@maciejhirsz
Copy link
Member Author

Bootstrapped some stuff with Iron:
https://github.com/ratel-rust/ratel-server

@maciejhirsz
Copy link
Member Author

http://ratelcompiler.io/ is now registered! 🎉

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