BETA
Lynn Ong
content creator
Hello, I'm a programmer with experiences in Lua, Python, Javascript, Java, C#, and C++, along with a bit of Rust and Ruby.
9
Here's a chat client I made for the template jam.
It uses a express server and socket.io for the server side and socket.io client for the client side
Node.js
AmazingMech2418 One thing I would recommend is to use just a plain HTTP server. Express and Socket.io each take up a lot of storage and, while Socket.io is needed (at least I think... I'm not sure what other websockets you can use), express isn't. Instead of using the express.static, you can simply read the paths of URLs and send files through the fs module corresponding to the URLs. Also, if you want to take it a step further, you could add a database system and add end-to-end encryption (I'd recommend Diffie-2 years ago
3
I've been in the programming field for 4 years and know a few languages.
Lua
Python
JS (Common and Node)
Some Java and C
I'm interesting in helping ou
AlexanderLuna I haven't started yet but I'm planning on making a game where you can choose a game and it will bring you to that one.2 years ago
xolyon Perfect! I just started learning Lua I thought it was like python when I first got into it but now its more like c++ and I am really struggling
apart from that, I am making some advanced python game and one advanced python turtle game (dunno if you know that, but either way turtle ain't really needed for that project, most of the logic is normal python)2 years ago
2
This is my updated, and cleaner version of my original Socket.io Chat Template available at https://replit.com/templates.
This features a more secure
Node.js
2
sleepBuzzzGo is a website intended for mobile devices that helps people on commute be alerted when their destination is near.
I did not make all of t
HTML, CSS, JS
8
Landing PageA mockup of a landing page.
25
1
8
2
Emoji From TextThis AI can predict the mood/tone of your text using a LSTM neural model.
24
1
2
GhostbusterJeff I typed "you are a piece of garbage go fall into a dumpster and smell like trash you unfunny potato." and it had a happy emoji lol9 months ago
1
RocketshipA 3d space game made within 1 week in unity.
22
0
1
1
Found myself needing to use a trigonometric calculator often and the ones available are often hard to use or user unfriendly so I made my own using re
Node.js
1
Here's a game I made for CodeDay (https://www.codeday.org/)
Invite your friends to play.
Node.js