Extremely fast online playground for every programming language.
Go to file
dependabot[bot] 42c36cbe62
Bump jsonpath-plus from 10.1.0 to 10.3.0 (#209)
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.1.0 to 10.3.0.
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](https://github.com/s3u/JSONPath/compare/v10.1.0...v10.3.0)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 15:12:05 -08:00
.github Update FUNDING.yml 2024-04-13 19:51:34 -07:00
agent More k8s websocket proxying 2023-01-04 18:34:40 -07:00
backend Misc cleanup 2023-12-04 17:28:00 -08:00
bin Don't fail when .env is missing 2021-07-06 03:23:06 +00:00
cli Bump golang.org/x/sys in /cli (#177) 2023-02-25 10:29:09 -08:00
doc Update to reflect IP transfer 2022-05-09 09:52:11 -07:00
docker Misc cleanup 2023-12-04 17:28:00 -08:00
financials Migrate financials to radian-software org 2022-05-09 15:41:39 -07:00
frontend Update to reflect IP transfer 2022-05-09 09:52:11 -07:00
grafana Fix alerts 2022-02-12 18:22:17 -08:00
k8s Misc cleanup 2023-12-04 17:28:00 -08:00
langs More repl 2023-02-18 17:11:37 -08:00
lib More things 2023-08-18 13:41:17 -07:00
packer Replace -g with --data-root 2023-03-27 18:03:20 -07:00
shared Fix permissions on sqlite build dir 2021-02-07 09:35:39 -08:00
supervisor Pass raw deploy config into app container 2022-10-10 14:20:44 -07:00
system More things 2023-08-18 13:41:17 -07:00
tf Delete CloudWatch 2022-02-12 18:26:08 -08:00
tools Start migrating to Kubernetes in earnest 2022-12-19 15:14:23 -07:00
.clang-format Add code formatters for Riju itself 2021-07-17 00:50:42 -07:00
.dockerignore Load language configurations into server 2021-03-18 19:03:28 -07:00
.gitignore v2 for server agent 2022-12-27 18:26:48 -07:00
CONTRIBUTING.md Update to reflect IP transfer 2022-05-09 09:52:11 -07:00
LICENSE.md Update to reflect IP transfer 2022-05-09 09:52:11 -07:00
Makefile Remove top-level references to Depgraph hashing 2022-10-10 09:50:10 -07:00
README.md Add note about IPv6 2023-12-04 17:29:48 -08:00
SECURITY.md Update to reflect IP transfer 2022-05-09 09:52:11 -07:00
env.yaml.bash Port rest of manifests to DigitalOcean 2023-04-28 17:51:20 -07:00
package.json upgrade everything 2024-10-17 19:52:36 -07:00
webpack.config.cjs I hate writing Webpack configs. I hate it so much. 2020-12-27 12:42:06 -08:00
yarn.lock Bump jsonpath-plus from 10.1.0 to 10.3.0 (#209) 2025-02-18 15:12:05 -08: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 https://riju.codes! Please note that Riju is only available on IPv6-enabled networks due to the higher financial cost of supporting legacy protocols. If your network does not support IPv6 then please consider asking your network administrator or service provider to do their part in supporting modern internet standards. You can consider accessing Riju through a VPN as a workaround.

Service uptime available at https://radian.statuspage.io/.

Is it free?

Riju will always be free for everyone. I pay for the hosting costs out of the business account of Radian LLC, which is funded by donations and my personal savings. If you would like to help keep Riju online and see more projects like it, there are a few donation methods available in the "Sponsor this project" sidebar on GitHub.

All financial records for Radian LLC are made publicly available.

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 or share data with any third party aside from Fathom Analytics.

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.

Are there rules?

Yes, there is one rule and it is "please be nice". Examples of not being nice include:

  • Trying to consume as many resources as possible. All this will do is prevent others from using Riju, which isn't nice.
  • Mining cryptocurrency. Since hosting Riju comes out of ~my paycheck~ community donations, this is exactly equivalent to stealing, which isn't nice.

Can I help? / Documentation

Absolutely, please see Contributing guide.

Similar projects

Acknowledgements

  • A big thank you to Mike Diarmid of Invertase for being an early sponsor of the project and helping out with hosting costs! Thanks to Mike's generous support I have the runway to get Riju stable enough for everyone to use.
  • Thank you to the maintainers of Monaco, node-pty, and Xterm.js! Without any one of these open-source libraries, version 1.0 of Riju could not have come to life!