Skip to content

jairo-picott/image-upload-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Unreal Engine Image Upload Server

Welcome to the server-side repository for the Unreal Engine Image Upload Tutorial! This repository contains the server application designed to work in tandem with the Unreal Engine project, facilitating the uploading and processing of images sent from the Unreal Engine client using the VaRest plugin and a bit of C++.

Overview

This server is tailored to receive image data from the Unreal Engine client, process it, and perform any required server-side actions. It's a critical part of the tutorial that demonstrates a full end-to-end process of image handling in game development scenarios.

Features

Image Reception: Capable of handling HTTP requests with image data from the Unreal Engine client. Data Processing: Includes logic for processing and storing received image data. Response Handling: Sends appropriate responses back to the client, confirming receipt and processing status.

Prerequisites

Node.js --> https://nodejs.org/en

Setup

Clone the Repository: git clone https://github.com/jairo-picott/image-upload-server.git Install Dependencies: In backend folder npm install Run the Server: In backend folder npm run start

Contributions

Your input makes this project better – contributions are warmly welcomed. Whether it's feature requests, bug reports, or code submissions, feel free to get involved!

Enjoy building and expanding your server-side skills in tandem with Unreal Engine development!

About

Showcase server using node.js and express for a server that allows you to upload an image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors