Skip to content

Server API providing official AsyncAPI tools

License

Notifications You must be signed in to change notification settings

codingtenshi/server-api

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • Smarty 2.1%
  • Dockerfile 1.3%
  • JavaScript 1.0%