Extremely fast online playground for every programming language.
Go to file
Radon Rosborough 7b4751d544 lmao 2021-07-11 01:40:57 +00:00
.github/workflows Limit concurrency 2021-07-10 18:58:33 +00:00
backend Should be ready to go now?? 2021-07-10 23:52:19 +00:00
bin Don't fail when .env is missing 2021-07-06 03:23:06 +00:00
doc Add some empty files 2021-03-13 10:55:41 -08:00
docker Make everything smaller 2021-07-10 18:52:02 +00:00
frontend All tests are passing for Python 2020-12-27 13:12:29 -08:00
langs Fix openscad run test 2021-07-10 22:31:35 +00:00
lib Should be ready to go now?? 2021-07-10 23:52:19 +00:00
packer Try to make supervisor less broken 2021-07-10 20:50:32 +00:00
shared Fix permissions on sqlite build dir 2021-02-07 09:35:39 -08:00
supervisor Miscellaneous fixes 2021-07-10 22:24:42 +00:00
system Miscellaneous fixes 2021-07-10 22:24:42 +00:00
tf Find a very sad bug 2021-07-11 01:27:43 +00:00
tools lmao 2021-07-11 01:40:57 +00:00
.dockerignore Load language configurations into server 2021-03-18 19:03:28 -07:00
.gitignore Load language configurations into server 2021-03-18 19:03:28 -07:00
CONTRIBUTING.md Update README 2021-06-18 07:06:32 +00:00
LICENSE.md Re-add license 2021-01-13 21:13:43 -08:00
Makefile Should be ready to go now?? 2021-07-10 23:52:19 +00:00
README.md Find a very sad bug 2021-07-11 01:27:43 +00:00
SECURITY.md Add security policy 2021-06-18 07:06:32 +00:00
package.json shell-quote is full of bugs -_- 2021-06-18 07:06:32 +00:00
webpack.config.cjs I hate writing Webpack configs. I hate it so much. 2020-12-27 12:42:06 -08:00
yarn.lock shell-quote is full of bugs -_- 2021-06-18 07:06:32 +00:00

README.md

Riju

Riju is a very fast online playground for every programming language. In less than a second, you can start playing with a Python interpreter or compiling INTERCAL code.

Check it out at the https://riju.codes!

Is it free?

Riju will always be free for everyone. I pay for the hosting costs myself.

A number of people have asked me if they can donate to help keep Riju online. In response, I have set up a Patreon page where you can contribute. All donations will be used solely to cover hosting costs, and any surplus will be donated to the Electronic Frontier Foundation.

Is it safe?

Riju does not collect your personal information.

  • Your code is deleted from the server as soon as you close Riju.
  • Your terminal input and output is never saved or logged anywhere.
  • Riju uses Fathom Analytics to measure traffic. Fathom collects very limited data and does not sell it to third parties, unlike Google Analytics.
  • Riju does not serve advertisements.

All of the above notwithstanding, any service that allows people to run code online is inherently risky. For this reason, I can't make any guarantees about the security or privacy of your data.

See also Reporting a security issue.

Can I help?

Absolutely, please see Contributing guide.