Skip to content

A multithreaded Java server application that can connect to a PostgreSQL database

License

Notifications You must be signed in to change notification settings

LucaZugic/MultithreadedServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Aims of this project

This project creates an outline of how one may implement multithreading and the PostgreSQL JDBC driver to handle incoming requests, connect them to a database, and send a reply.

Installation

To run this, you will need a PostgreSQL JDBC driver in your project library, see here to download one. This project was built using the PostgreSQL JDBC 4.2 Driver, 42.2.20.

Use

This project provides a general outline. I have inserted TODO tags where I think you might want to insert your own code, to implement your required functionality.

About

A multithreaded Java server application that can connect to a PostgreSQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages