read
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/benwilledev/wordpress/wp-includes/functions.php on line 6121Tenacious Problem Solver
For a long time, I wanted to build both front-end and back-end in the same language, preferably Javascript but I never had a good understanding of Node.
I finally took some courses and put a few things together. The biggest issue I had was how to get a node server running. I’ve been so used to Apache that I couldn’t figure out how to keep a Node server running in the background.
This project was just a little chat room application that uses SocketIO for real-time notifications.