Express.js Learn how to get started with express.js in Codesphere. December 14, 2023 1 Min Read Codesphere From everyone in the Codesphere Team:) Table of Contents Changing your Node.js version Further reading Express.js is a fast, minimalist web framework for Node.js. It is designed to be flexible and easy to use, and is a popular choice for building web applications and APIs.TutorialsHow to build a GraphQL server with NodeJS and ExpressBuild your own livestreaming app with Twilio LiveChanging your Node.js versionWe pre-install the Node.js version manager n. You can change the version with the following command: sudo n 18.12.0 , changing the version to the one you need. This command can be used in the terminal or in your CI pipeline. Please note that this version selection will not be persistent across restarts, therefore we recommend adding this as an extra step to both your prepare and run stage. Further readingWe are working really hard to continuously improve our documentation, until we have caught up we are glad to assist you personally in setting this up.Please fill out the contact form to set up a consultation with one of our solution engineers or head over to our Discord community to get help.
6/26/2024 Getting Started Deploying Landscapes on Codesphere Learn how to deploy and run multiple services that can independently scale vertically and horizontally within a single workspace. Suitable for hosting entire application landscapes.
5/28/2024 Integrations Connect to secured networks via VPN Codesphere provides a convenient way to work with private networks from our workspaces. Learn how it works in this doc article.
2/12/2024 Getting Started Monitoring & Alerting Learn how to access Codesphere's built in resource monitoring and check the uptime of your applications.
1/31/2024 Getting Started Path-Based Routing Learn how to connect multiple independent applications to a single domain by associating different paths with distinct workspaces