main function

void main()

Implementation

void main() {
  final pushServer = BoraPushServer();
  pushServer.start();
}