Skip to content

graphql-perl/sample-mojolicious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojolicious sample app

This is a demonstration of using Mojolicious to serve GraphQL, using GraphQL::Plugin::Convert::MojoPubSub to make a schema. The schema includes a working subscription, and implements a working real-time chat system.

To use:

cpanm --installdeps .
./myapp.pl daemon -l http://*:5000

Point your browser at http://localhost:5000

After clicking through to the GraphiQL tool, try entering the queries given on the main page of the app, in the upper left-hand pane.

About

Sample Mojolicious applet serving GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages