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 Libera.Chat at `irc.libera.chat`. We recommend joining us on
2020-11-24 15:40:57 +00:00
[Matrix via Element]. If you prefer IRC, you can join via the [Kiwi IRC client]
2020-07-22 20:03:23 +00:00
or a client of your own.
2020-02-27 22:37:27 +00:00
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
[`#rocket`]: https://kiwiirc.com/client/irc.libera.chat/#rocket
2020-07-22 20:03:23 +00:00
[Matrix via Element]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
[Kiwi IRC Client]: https://kiwiirc.com/client/irc.libera.chat/#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!