Rocket/site/guide/11-conclusion.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

# Conclusion
We hope you agree that Rocket is a refreshing take on web frameworks. As with
any software project, Rocket is _alive_. There are always things to improve, and
we're happy to take the best ideas. If you have something in mind, please
[submit an issue](https://github.com/SergioBenitez/Rocket/issues).
## Getting Help
If you find yourself having trouble developing Rocket applications, you can get
2020-02-27 22:37:27 +00:00
help via chat at [`#rocket:mozilla.org`] on Matrix or the bridged [`#rocket`]
IRC channel on Freenode at `chat.freenode.net`. We recommend joining us on
[Matrix via Riot]. If your prefer IRC, you can join via the [Kiwi IRC client] or
a client of your own.
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
[`#rocket`]: https://kiwiirc.com/client/chat.freenode.net/#rocket
[Matrix via Riot]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
[Kiwi IRC Client]: https://kiwiirc.com/client/chat.freenode.net/#rocket
## What's next?
The best way to learn Rocket is to _build something_. It should be fun and easy,
and there's always someone to help. Alternatively, you can read through the
[Rocket examples](@example) or the [Rocket source code](@github/core/lib/src).
2018-10-16 05:50:35 +00:00
Whatever you decide to do next, we hope you have a blast!