Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/vip-go-node-skeleton
https://github.com/automattic/vip-go-node-skeleton
vip
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/automattic/vip-go-node-skeleton
- Owner: Automattic
- Created: 2019-04-12T05:55:09.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2024-03-26T10:01:36.000Z (9 months ago)
- Last Synced: 2024-09-26T01:26:34.172Z (3 months ago)
- Topics: vip
- Language: JavaScript
- Homepage: https://docs.wpvip.com/technical-references/vip-platform/node-js/
- Size: 413 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress VIP Node.js Skeleton
Welcome to WordPress VIP! This repository is a starting point for building a Node.js application on WordPress VIP. It implements the basic requirements needed to successfully deploy and run an application on the platform. The entrypoint [`/src/index.js`](./src/index.js) is heavily annotated with comments that explain these requirements.
This repository also includes [code examples](./examples) that demonstrate how to use various frameworks and technologies on the VIP Platform.
## Documentation
Further information, requirements, and best-practice advice can be found in [WordPress VIP's documentation on Node.js](https://docs.wpvip.com/technical-references/node-js/).