You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow server to truly be run anywhere away from client
Server should be a binary
Client-side can be inlined
Consider SSR for all server-side computations
Browser test runner
Given a url serving a webpage, run tests in browser
Use websockets to send tests + results
Potentially, freecodecamp.org/learn could have a page which connects to a local freecodecamp-os server. So, the client will be publicly hosted, but the testing infra will be local.
The text was updated successfully, but these errors were encountered:
Changes
freecodecamp.conf.json
Features
'''js,runner=python
Potentially,
freecodecamp.org/learn
could have a page which connects to a localfreecodecamp-os
server. So, the client will be publicly hosted, but the testing infra will be local.The text was updated successfully, but these errors were encountered: