Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Development
Tango, a forum API suited for existing project deployments. (GraphQL, Sequelize)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jian" data-source="post: 465650" data-attributes="member: 6500"><p>Tango is a forum API suited for existing project deployments. The project uses Passport for authentication and GraphQL for handling API requests.</p><p></p><p>There are no UI elements, only the GraphQL API which will handle requests from <strong>your </strong>frontend!</p><p></p><h3>Progress</h3><p>it is currently in active development, but it will take some time before I can do an official release. However, the not-so-elegant code can be viewed on <a href="https://github.com/jtpox/Tango" target="_blank">Github</a> right now.</p><p></p><h3>Aim</h3><p>The aim of this project is to create a forum API that is able to use your existing project's front and back end. For example, hooking into your current project's user table for authentication.</p><p></p><p>In order to do so, Tango uses a plugin system for every single component (including sessions, posts, settings). This means a very flexible backend that is easily modifiable for your use case!</p><p></p><h3>Expectations</h3><p>I don't expect this to take off as I believe other forum solutions do it way better, but this is my way of solving a problem that exists somewhere and someone might need it if they come across this.</p><p></p><p>This is also a learning experience to keep me sane and on my toes during my conscription which will last 2 years (boo!)</p></blockquote><p></p>
[QUOTE="Jian, post: 465650, member: 6500"] Tango is a forum API suited for existing project deployments. The project uses Passport for authentication and GraphQL for handling API requests. There are no UI elements, only the GraphQL API which will handle requests from [B]your [/B]frontend! [HEADING=2]Progress[/HEADING] it is currently in active development, but it will take some time before I can do an official release. However, the not-so-elegant code can be viewed on [URL='https://github.com/jtpox/Tango']Github[/URL] right now. [HEADING=2]Aim[/HEADING] The aim of this project is to create a forum API that is able to use your existing project's front and back end. For example, hooking into your current project's user table for authentication. In order to do so, Tango uses a plugin system for every single component (including sessions, posts, settings). This means a very flexible backend that is easily modifiable for your use case! [HEADING=2]Expectations[/HEADING] I don't expect this to take off as I believe other forum solutions do it way better, but this is my way of solving a problem that exists somewhere and someone might need it if they come across this. This is also a learning experience to keep me sane and on my toes during my conscription which will last 2 years (boo!) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Development
Tango, a forum API suited for existing project deployments. (GraphQL, Sequelize)
Top