9pfs
@9pfs
Gitea (most of my projects are there or on Replit): https://gitea.9pfs.repl.co/
GitHub (not used much): https://github.com/hello-smile6
0
Replit price increases - January 17My summary of the new price increase
Markdown parser was silly
Fixed a link56
11
0
0
Replit price increases - January 17My summary of the new price increase
56
11
0
bigminiboss Yeah, why are they doing this, I mean you'd think they would realize when **EVERY SINGLE COMMENT** on the ask forum was negative.21 days ago
4
Internet Speed TestTest a repl's internet speed
335
2
4
1
My current themeMy theme I'm using right now
30
0
1
2
yearcalc-jsCheck if a given year is a leap year! Inspired by IRCNow #offtopic . (To join #offtopic, use https://kiwiirc.com/nextclient/irc.ircnow.org/#offtopic )
38
2
2
6
postgres exampleAn example of a postgres database on Replit
62
1
6
2
Replit user flags tableA list of all the feature flags for my account, dynamically generated using jsdom (There should be some unannounced features in there)
66
9
2
6
ergo-chatA chat server with support for modern features, including reactions
66
1
6
0
Unstartable ReplThis repl doesn't start!
85
1
0
10
solanumA functional IRC server on Replit!
365
34
10
1
nodebb-neverevenworkedNode.js based forum software built for the modern web
The actual server is here, if you want to fork it.
https://replit.com/@9pfs/NodeBB?v=1
NodeBB on Replit!
I got NodeBB to run with a Redis database!
Feel free to create an account.0
nodejs-server-templateMy personal server
NodeJS webserver template
I've created a NodeJS webserver using the http-server CLI package which automatically downloads two MIME type databases to use for HTTP responses, supports configuration via a .env file (Make sure to use the Replit secrets UI for private information) and (minimally) command-line arguments, and works far better than the default static file server, which refuses to acknowledge files created using the CLI. If you want to make your server always be running, add your repl.co URL to https://epic-pinger.9gr.repl.co/ by @9gr .
I hope this helps with avoiding issues when Replit won't acknowledge your Workbox service worker file or icon!I noticed that desktop platforms have no UI for handling phone number links. In fact, some don't even have URL handlers for them by default. To help f
HTML, CSS, JS
I can't figure out why this won't work, please help. It says that it's not running a server, but it shouldn't be trying to connect to an HTTP server.
HTML, CSS, JS
9pfs Found a fix. Just open the shell and type pkill a. Then, force reload the repl. If that doesn't work, keep going from A to Z (and, if necessary, do numbers and symbols). That will terminate all processes beginning with the character given, and, as Replit is designed not to have server-side crashes, likely resets something and fixes the bug. Now, I need to know: How do* you make a website a PWA?1 year ago
9pfs Figured out what happened. When you open Firefox from the CLI (firefox), it no longer works. Guess I have to download and re-upload everything, unless an admin could help.1 year ago
It is possible to use GUI applications on Replit. Simply find and download a copy of the application you want to use. Then, execute the binary from th
Bash
I'm wanting to share a Node package via Replit (I'm not comfortable with sharing my email address, which is necessary to publish to the npm registry),
I need help making a Node site. How do you make one using Express?
SixBeeps Take a look at this Repl: https://replit.com/@SixBeeps/NodeSocketTemplate#index.js
You can safely ignore anything that has to do with sockets (omit line 6 and everything past line 25)1 year ago
https://googlechromelabs-unarchiver.glitch.me/ is broken. I'm trying to fix it on Replit but need help.
What syntax does the .replit file use?
I need
Node.js
I am trying to make a NodeBB forum instance on Replit and can't figure out how to get Redis to work. Now, I'm stuck.
Node.js
Coder100 Nodebb was made to use redis, so if you can't use redis, unfortunately that means nodebb can't be used on replit.
Do note that you have to make the IP 0.0.0.0:8080 if that helps.
Anyways, you can also try MongoDB which is also a nice database that has been working on replit.1 year ago
I've forked https://replit.com/9gr/tw-mirror (my copy is https://replit.com/9pfs/tw-mirror ), and am trying to make it automatically restart Node when
Node.js