PKBAJPAI12 / server-api

Server API providing official AsyncAPI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsyncAPI Server API

Server API providing official AsyncAPI tools.

All Contributors


πŸ“’ ATTENTION:

This package is still under development and has not published and reached version 1.0.0 yet. This means that its API may contain breaking changes until we're able to deploy the first stable version and begin semantic versioning.


Requirements

Using it locally

Run:

npm install
npm start:prod

server is ready to use on http://localhost:80.

Using it via Docker

Run:

docker run -it -p 80:80 asyncapi/server-api

server is ready to use on http://localhost:80.

Development

  1. Setup project by installing dependencies npm install
  2. Write code and tests.
  3. Make sure all tests pass npm test

Contribution

Read CONTRIBUTING guide.

Supported by

Contributors

Thanks goes to these wonderful people (emoji key):


Maciej UrbaΕ„czyk

🚧 πŸ’» πŸ“– πŸ› πŸ€” πŸ‘€ ⚠️ πŸš‡ πŸ§‘β€πŸ«

David Pereira

🚧 πŸ’» πŸ“– πŸ› πŸ€” πŸ‘€ ⚠️ πŸš‡ πŸ§‘β€πŸ«

Sergio Moya

🚧 πŸ’» πŸ“– πŸ› πŸ€” πŸ‘€ ⚠️ πŸš‡ πŸ§‘β€πŸ«

Ritik Rawal

πŸ’» πŸ“–

Everly Precia Suresh

πŸ’» πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Server API providing official AsyncAPI tools

License:Apache License 2.0


Languages

Language:TypeScript 95.5%Language:Smarty 2.2%Language:Dockerfile 1.3%Language:JavaScript 1.0%